From: Jes Sorensen Date: Tue, 5 May 2015 22:35:48 +0000 (-0400) Subject: staging: unisys: Don't include timskmod.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4248^2~850 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=94ac450060e77f5b85bb854f6bb444ecd1d99502;p=linux-4.9.git staging: unisys: Don't include timskmod.h Signed-off-by: Jes Sorensen Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorchipset/parser.h b/drivers/staging/unisys/visorchipset/parser.h index 73be279bb401..3fe17c0c64d2 100644 --- a/drivers/staging/unisys/visorchipset/parser.h +++ b/drivers/staging/unisys/visorchipset/parser.h @@ -20,7 +20,6 @@ #include -#include "timskmod.h" #include "channel.h" typedef enum { diff --git a/drivers/staging/unisys/visorchipset/visorchipset.h b/drivers/staging/unisys/visorchipset/visorchipset.h index 2c2d3fb47dc3..3c57782df96a 100644 --- a/drivers/staging/unisys/visorchipset/visorchipset.h +++ b/drivers/staging/unisys/visorchipset/visorchipset.h @@ -20,7 +20,6 @@ #include -#include "timskmod.h" #include "channel.h" #include "controlvmchannel.h" #include "parser.h"